This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: WebQuerySave agent and explicit save (Why not?) ~Bill Quetfoochekakol 9.Jan.04 11:36 PM a Web browser Applications Development All ReleasesAll Platforms
Well, allow me to explain!
The Msgbox DOES work in a WebQuerySave agent. The output of a messagebox goes to the server log. I didn't want to put a Print in there, since it might ruin any other output/redirect made by your current code.
Are you telling me that the doc.save() returns True in your webquerysave agent? That is the first time I've heard of that. I realize that the noteID is being reported, that wasn't the point of my code, though. I wanted to show you that a save in webquerysave context didn't succeed. Maybe I didn't explain myself well.